home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Science⁄Math
/
Gnuplot 3.5 for Macintosh
/
SOURCES 3.5
/
specfun.proto.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-11-12
|
310 b
|
16 lines
|
[
TEXT/MSWD
]
/* specfun.c */
int f_erf(void);
int f_erfc(void);
int f_ibeta(void);
int f_igamma(void);
int f_gamma(void);
int f_lgamma(void);
int f_rand(void);
int f_rand(void);
int f_normal(void);
int f_inverse_normal(void);
int f_inverse_erf(void);
double inverse_normal_func(double);
double inverse_error_func(double);